home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-02-24 | 374 b | 18 lines | [TEXT/MACA] |
- \ ( hash objAddr -- )
- : (:[) Find-Method cfa execute ;
-
- : (]) copym 0= IF dropm Compile (:[) R> drop ELSE state THEN ;
-
- ( -- )
- : :[ 0 pushm ; Immediate
-
- 'c (]) ' ] ! \ patch ] with special code
-
- :CLASS O-M <Super Ordered-Col
-
- \ ( addr len -- ) Add this method to the list
- :M ADD: over +base over >uc
- str255 -base hash add: super ;M
-
- ;CLASS
-